This forum is closed to new posts and
responses. Individual names altered for privacy purposes. The information contained in this website is provided for informational purposes only and should not be construed as a forum for customer support requests. Any customer support requests should be directed to the official HCL customer support channels below:
RE: Lotus Domino Toolkit for Java/CORBA ~Bill Ekveluterynds 17.Oct.03 02:08 PM a Web browser Toolkits 6.0Windows 2000
Many Thanks all of you for all your help.
I am using the classes that you told me under Notes 6 distributions instead of
the ones in the Java/Corba ToolKit 2.1, and now it is working fine. THANKS!!
I am running an IIOP application.
I got two new problems, maybe you have an idea how to manage...
** I am trying to get a list of attachment files from a notes document, i have followed
the examples in the documentation:
RichTextItem it=(RichTextItem)doc.getFirstItem ("$FILE");
But i got the following runtime exception:
Exception => lotus.domino.cso.Item
This error message does not give any clue...
** I am trying to get an attachment file with the following code:
EmbeddedObject em = doc.getAttachment((doc.getFirstItem ("$FILE")).getValueString ());
em.extractFile ("c:\\temp\\" + em.getSource ());
When i am trying to extract an attach file, i got the following runtime exception:
Exception => null NOTES ID ERROR: 4038 NOTES NAME ERROR: The requested operation could not be completed